﻿
#wrapper{ width:1060px; margin:auto;}
.jscarousal
{
	width: 1060px;
	display:block;
	margin:0 auto;
	height:320px;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/yjt01.png);
	background-repeat: no-repeat;
	background-position: left;
	width:71px;
	height:71px;
	float:left;
	position: absolute;
	left:-80px;
	top:100px;
	
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/yjt02.png);
	background-repeat: no-repeat;
	background-position: right;
	width:71px;
	height:71px;
	float:right;
    position: absolute;
	right:-80px;
	top:100px;
}
.jscarousal-contents
{
	width: 1060px;
	height: 240px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	
}
.jscarousal-contents > div > div
{
	float: left;
	margin:10px 12px 10px 12px;
}
.jscarousal-contents img
{	
	width:325px;
	height:230px;

}
.hidden
{
	display: none;
}
